home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / prism127.arc / MS-HELP.PGE < prev    next >
Text File  |  1990-08-01  |  66KB  |  2,070 lines

  1. @@  T    T    T              T                   T         R
  2.  
  3.  
  4. @:"TOP OF FILE"
  5. TOP OF FILE.
  6.  
  7. The cursor is moved to the first character in the file.
  8.  
  9.  
  10. @:"BOTTOM OF FILE"
  11. BOTTOM OF FILE.
  12.  
  13. The cursor is moved past the last character in the file.
  14.  
  15.  
  16. @:"GO TO LINE NUMBER"
  17. GO TO LINE NUMBER.
  18.  
  19. The cursor will be repositioned to the specified line number
  20. of the current window. A prompt box will request the target
  21. line number. Enter any number from 1 to 32767. If the value
  22. is preceded by a plus [+] or minus [-] sign, the target line
  23. number will be calculated relative to the current line.
  24.  
  25.  
  26. @:"GO TO COLUMN NUMBER"
  27. GO TO COLUMN NUMBER.
  28.  
  29. The cursor will be repositioned to the specified column
  30. number of the current line. A prompt box will request the
  31. target column number. Enter any number from 1 to 999. If the
  32. value is preceded by a plus [+] or minus [-] sign, the
  33. target column number will be calculated relative to the
  34.  
  35.  
  36. @:"GO TO WINDOW"
  37. GO TO WINDOW.
  38.  
  39. The cursor will be moved to the current position in another
  40. window on the screen. If only one window is available,
  41. nothing will happen. Otherwise a menu will appear, showing
  42. the available windows, and the files currently in each one.
  43. Select one of these choices by moving the selection bar or
  44. by pressing the number of the desired window.
  45.  
  46.  
  47. @:"UNDO LAST DELETION"
  48. UNDO LAST DELETION.
  49.  
  50. The line of text most recently deleted will be inserted into
  51. the current text stream at the cursor position. Note that
  52. this applies only to complete lines of text, and not to
  53. character or word deletions. By default, 20 lines of deleted
  54. text are stored for possible undeletion. The undo limit can
  55. be adjusted via a Setup command.
  56.  
  57.  
  58. @:"RESTORE LINE"
  59. RESTORE LINE.
  60.  
  61. The current line of text will be restored to its appearance
  62. just prior to when the cursor was moved onto the line. The
  63. cursor position will also be restored to the value when it
  64. entered the line.
  65.  
  66.  
  67. @:"SEARCH FOR PATTERN"
  68. SEARCH FOR PATTERN.
  69.  
  70. The current window will be searched to find a specified
  71. sequence of text. When the pattern is found, the cursor will
  72. be positioned at the beginning of the pattern, and the
  73. matched text highlighted until the next keystroke. A prompt
  74. box will allow entry of the text pattern and search options.
  75. Enter any text or control characters just as they would be
  76. typed in the body of the file.
  77.  
  78.  
  79. Search options control the behavior of the search. The
  80. following options are available:
  81.  
  82.  U - ignore case (Upper-case) while searching
  83.  
  84.  B - search Backwards from the cursor position.
  85.  
  86.  W - search for whole Words only.
  87.  
  88.  G - search Globally, starting at the beginning of the file
  89.      (or end, if searching backwards).
  90.  
  91.  L - search Locally (only within marked block).
  92.  
  93.  n - search for the nth occurrence of the string (n is an
  94.      integer).
  95.  
  96.  
  97. Enter the following sequence of keystrokes to search for the
  98. end of each text line:
  99.  
  100.   [CtrlP][CtrlM][CtrlP][CtrlJ].
  101.  
  102. This sequence enters Carriage return/Line feed into the
  103. search pattern.
  104.  
  105. Note that each pattern must be found within a single line.
  106. No match may span multiple lines.
  107.  
  108.  
  109. @:"SEARCH AND REPLACE"
  110. SEARCH AND REPLACE.
  111.  
  112. The current window will be searched for a specified sequence
  113. of text. When the pattern is found, it will be replaced with
  114. another specified text sequence.
  115.  
  116. A prompt box will allow entry of the search text,
  117. replacement text, and search options. Enter any text or
  118. control characters just as they would be typed in the body
  119. of the file.
  120.  
  121.  
  122. Search options control the behavior of the search. The
  123. following options are available:
  124.  
  125.  U - ignore case (Upper-case) while searching
  126.  
  127.  B - search Backwards from the cursor position.
  128.  
  129.  W - search for whole Words only.
  130.  
  131.  G - search Globally, starting at the extreme end of the
  132.      file.
  133.  
  134.  L - search Locally (only within marked block).
  135.  
  136.  N - do Not prompt for confirmation when the pattern is
  137.      found.
  138.  
  139.  n - replace n occurrences of the string (n is an integer).
  140.  
  141. If the N option is not specified, a prompt will occur each
  142. time the search pattern is found. This prompt will provide
  143. the following options:
  144.  
  145.  Y - replace this text and continue searching.
  146.  
  147.  N - do Not replace, but continue searching.
  148.  
  149.  A - replace this text and replace All others without
  150.      prompting.
  151.  
  152.  Q - do not replace, and Quit searching.
  153.  
  154. Enter the following sequence of keystrokes to search for the
  155. end of each text line:
  156.  
  157.   [CtrlP][CtrlM][CtrlP][CtrlJ].
  158.  
  159. This sequence enters Carriage return/Line feed into the
  160. search pattern.
  161.  
  162.  
  163. @:"SEARCH AND USE MACRO"
  164. SEARCH AND USE MACRO.
  165.  
  166. The current window will be searched for a specified sequence
  167. of text. When the pattern is found, the cursor will be
  168. repositioned to that location, and a specified macro will be
  169. played back.
  170.  
  171. A prompt box will allow entry of the search text, macro
  172. selection, and search options. Enter any text or control
  173. characters just as they would be typed in the body of the
  174. file. The macro must have been defined prior to using the
  175. search and apply macro command.
  176.  
  177. Search options control the behavior of the search. The
  178. following options are available:
  179.  
  180.  U - ignore case (Upper-case) while searching
  181.  
  182.  B - search Backwards from the cursor position.
  183.  
  184.  W - search for whole Words only.
  185.  
  186.  G - search Globally, starting at the extreme end of the
  187.      file.
  188.  
  189.  L - search Locally (only within marked block).
  190.  
  191.  N - do Not prompt for confirmation when the pattern is
  192.      found.
  193.  
  194.  n - apply macro for n occurrences of the search string (n
  195.      is an integer).
  196.  
  197. If the N option is not specified, a prompt will occur each
  198. time the search pattern is found. This prompt will provide
  199. the following options:
  200.  
  201.  Y - apply macro and continue searching.
  202.  
  203.  N - do Not apply macro, but continue searching.
  204.  
  205.  A - apply macro and apply at All matches without prompting.
  206.  
  207.  Q - do not apply macro, and Quit searching.
  208.  
  209. Enter the following sequence of keystrokes to search for the
  210. end of each text line:
  211.  
  212.   [CtrlP][CtrlM][CtrlP][CtrlJ].
  213.  
  214. This sequence enters Carriage return/Line feed into the
  215. search pattern.
  216.  
  217.  
  218. @:"SEARCH AGAIN"
  219. SEARCH AGAIN.
  220.  
  221. The previous search operation will be repeated. This will
  222. repeat a plain search, a search and replace, or a search and
  223. apply macro command.
  224.  
  225.  
  226. @:"OPERATING SYSTEM"
  227. OPERATING SYSTEM.
  228.  
  229. Any DOS command or program may be executed. A prompt box
  230. will ask for the name of the command or program to run.
  231. Entering an empty line at the prompt box will cause a DOS
  232. shell to be invoked. You may execute any sequence of DOS
  233. commands from the shell, and finally return to the editor by
  234. typing Exit.
  235.  
  236. The DOS shell requires that a copy of COMMAND.COM be present
  237. in the normal drive and directory assigned by DOS.
  238. Sufficient random-access memory must be available for the
  239. shell and any command that you specify.
  240.  
  241. Do not execute any program that becomes memory resident
  242. while within the DOS shell.
  243.  
  244.  
  245. @:"BACKWARD TAB"
  246. BACKWARD TAB.
  247.  
  248. The cursor will be moved to the next tab left of the current
  249. position. This command is available only in fixed tab mode.
  250.  
  251.  
  252. @:"EDIT ANOTHER FILE"
  253. EDIT ANOTHER FILE.
  254.  
  255. The current window will be cleared, and a prompt box will
  256. ask for the name of another file to edit. If the current
  257. window already holds a file that has been modified, you will
  258. be given the opportunity to save it.
  259.  
  260. When prompted for a file name, you may enter DOS wildcards
  261. or the name of another drive or subdirectory. In this case,
  262. another window will display the names of all matching files.
  263. You can select from this list by using the cursor keypad, or
  264. by pressing the first letter of the filename in which you
  265. are interested.
  266.  
  267. By entering an empty line for the file name, you can edit a
  268. file without specifying a name for it. A name can be
  269. specified later when you want to write it out to disk.
  270.  
  271.  
  272. @:"FILE QUIT"
  273. FILE QUIT.
  274.  
  275. The editing session will end and you will return to DOS. If
  276. any windows have been modified, prompt boxes will appear and
  277. you will be given the opportunity to save each modified
  278. file. If you type [Escape] at any of the prompt boxes, the
  279. File Quit command will be interrupted and you will return to
  280. the current text window.
  281.  
  282.  
  283. @:"READ BLOCK FROM FILE"
  284. READ BLOCK FROM FILE.
  285.  
  286. A prompt box will ask for the name of a file to read. This
  287. file will be read into the current window, starting at the
  288. current cursor position. The newly read text will be marked
  289. as a block.
  290.  
  291.  
  292. When prompted for a file name, you may enter DOS wildcards
  293. or the name of another drive or subdirectory. In this case,
  294. another window will display the names of all matching files.
  295. You can select from this list by using the cursor keypad, or
  296. by pressing the first letter of the filename in which you
  297. are interested.
  298.  
  299.  
  300. @:"SAVE AND CONTINUE EDIT"
  301. SAVE AND CONTINUE EDIT.
  302.  
  303. The contents of the current window will be saved to disk,
  304. using a file name the same as when the file was first read.
  305. If the file has not been named, a prompt box will ask for a
  306. new name. If the disk file already exists, a backup copy
  307. will be made before overwriting the existing version. The
  308. cursor will remain in place after the file is written to
  309. disk.
  310.  
  311.  
  312. @:"WRITE BLOCK TO FILE"
  313. WRITE BLOCK TO FILE.
  314.  
  315. The currently marked block will be written to a disk file.
  316. If no block is marked, an error message will be produced. If
  317. the disk file already exists, you will be given the choice
  318. of overwriting it or appending to it.
  319.  
  320.  
  321. @:"FILE OPEN"
  322. FILE OPEN.
  323.  
  324. A prompt box will ask for the name of a new file to read. If
  325. another file is already being edited, the current window
  326. will be split in half, and the new file will be read into
  327. the new window.
  328.  
  329. By specifying a file name that matches an existing window,
  330. you may look at two regions of the same file. Changes made
  331. in one window will affect all other windows which contain
  332. the same file.
  333.  
  334. When prompted for a file name, you may enter DOS wildcards
  335. or the name of another drive or subdirectory. In this case,
  336. another window will display the names of all matching files.
  337. You can select from this list by using the cursor keypad, or
  338. by pressing the first letter of the filename in which you
  339. are interested.
  340.  
  341. By entering an empty line for the file name, you can edit a
  342. file without specifying a name for it. A name can be
  343. specified later when you want to write it out to disk.
  344.  
  345.  
  346. @:"RESIZE WINDOW"
  347. RESIZE WINDOW.
  348.  
  349. Use this command to change the height of the current window.
  350. The up and down arrow keys will move the window dividing
  351. lines. Press [Enter] when the window has the desired size.
  352.  
  353.  
  354. @:"SAVE/SWITCH FILES"
  355. SAVE/SWITCH FILES.
  356.  
  357. The file in the current window will be stored to disk. A
  358. prompt box will then ask for the name of another file to
  359. edit. The new file will be read into the current window. All
  360. window sizes will remain the same.
  361.  
  362. When prompted for a file name, you may enter DOS wildcards
  363. or the name of another drive or subdirectory. In this case,
  364. another window will display the names of all matching files.
  365. You can select from this list by using the cursor keypad, or
  366. by pressing the first letter of the filename in which you
  367. are interested.
  368.  
  369. By entering an empty line for the file name, you can edit a
  370. file without specifying a name for it. A name can be
  371. specified later when you want to write it out to disk.
  372.  
  373.  
  374. @:"NEXT WINDOW"
  375. NEXT WINDOW.
  376.  
  377. The cursor will be moved to the current position in the next
  378. window down on the screen. If the cursor is already in the
  379. lowest window, it will move to the topmost window. If there
  380. is only one window, nothing will happen.
  381.  
  382.  
  383. @:"ZOOM WINDOW"
  384. ZOOM WINDOW.
  385.  
  386. The current window will grow to fill the screen. Other text
  387. windows are kept in memory, but are not visible until zoom
  388. is toggled off. The Next window and Previous window commands
  389. will bring each window to the forefront in succession. Text
  390. markers and blocks may be accessed as usual in the hidden
  391. windows. The only exception is block delete: a block will
  392. not be deleted from a hidden window.
  393.  
  394. When zoom is active, a letter Z will appear at the left edge
  395. of the window status line. Toggling the zoom command again
  396. will make all windows visible.
  397.  
  398.  
  399. @:"BLOCK BEGIN"
  400. BLOCK BEGIN.
  401.  
  402. The cursor position will become the start of a marked block.
  403.  
  404.  
  405. @:"BLOCK END"
  406. BLOCK END.
  407.  
  408. The cursor position will become the end of a marked block.
  409.  
  410.  
  411. @:"START OF BLOCK"
  412. START OF BLOCK.
  413.  
  414. The cursor will be moved to the start of the current block,
  415. whether it is visible or not.
  416.  
  417.  
  418. @:"END OF BLOCK"
  419. END OF BLOCK.
  420.  
  421. The cursor will be moved to the end of the marked block,
  422. whether it is visible or not.
  423.  
  424.  
  425. @:"BLOCK COPY"
  426. BLOCK COPY.
  427.  
  428. A copy of the marked block will be inserted at the current
  429. cursor position.
  430.  
  431.  
  432. @:"BLOCK MOVE"
  433. BLOCK MOVE.
  434.  
  435. The marked block will be removed from its current location
  436. and inserted at the current cursor position.
  437.  
  438.  
  439. @:"BLOCK DELETE"
  440. BLOCK DELETE.
  441.  
  442. The marked block will be deleted from the text stream. If
  443. the block spans more than one line, the deleted lines may be
  444. recovered via the Undelete command.
  445.  
  446.  
  447. @:"HIDE BLOCK"
  448. HIDE BLOCK.
  449.  
  450. The on-screen highlighting of the marked block is toggled on
  451. or off. Blocks can be copied, moved, or deleted only when
  452. the block is visibly marked. Movement to block start or end
  453. is possible even when the block is not visible.
  454.  
  455.  
  456. @:"LOAD MACROS FROM DISK"
  457. LOAD MACROS FROM DISK.
  458.  
  459. A previously stored file of MicroStar keyboard macros is
  460. loaded into memory. The macro file is a binary file in a
  461. special format used by MicroStar. Macros may be recorded,
  462. edited, and stored to disk from within MicroStar. Each macro
  463. file contains ten macros, each of which may hold up to 255
  464. keystrokes. MicroStar automatically loads the macro file
  465. MS.MAC, if found, when the program is started.
  466.  
  467.  
  468. @:"STORE MACROS TO DISK"
  469. STORE MACROS TO DISK.
  470.  
  471. The current set of MicroStar keyboard macros is written to a
  472. disk file. A prompt box will ask for a file name. The macro
  473. file is a binary file in a special format used by MicroStar.
  474. Macros may be recorded, edited, and stored to disk from
  475. within MicroStar. Each macro file contains ten macros, each
  476. of which may hold up to 255 keystrokes. MicroStar
  477. automatically loads the macro file MS.MAC, if found, when
  478. the program is started.
  479.  
  480.  
  481. @:"TOGGLE MACRO RECORD"
  482. TOGGLE MACRO RECORD.
  483.  
  484. Any keystrokes entered after this command is activated are
  485. stored within a keyboard macro, which may be edited and
  486. later played back within MicroStar. To stop macro recording,
  487. enter this command a second time. A prompt box will ask for
  488. which of the ten macros should store the newly recorded one,
  489. and for a descriptive name for the macro.
  490.  
  491. Each macro can hold up to 255 keystrokes. Macros can play
  492. back other macros. Macros are played back by pressing one of
  493. the installed keystroke combinations, or by choosing the
  494. MicroStar Macro Playback option from the menu system.
  495.  
  496.  
  497. One of the macros is somewhat special. This macro is called
  498. the "scrap". Whenever a new macro is recorded, it writes
  499. over the scrap macro. The current scrap macro can be played
  500. back once or many times using other macro commands.
  501.  
  502.  
  503. @:"GET INFORMATION"
  504. GET INFORMATION.
  505.  
  506. Various facts about MicroStar and the current file are
  507. displayed. Information shown includes the complete path name
  508. of the current file; its size in bytes, words, lines, and
  509. pages; whether it has been modified since last disk save;
  510. the time and date; available RAM and disk space; the current
  511. directory; and the DOS and MicroStar version numbers.
  512.  
  513. Some of the statistics that MicroStar presents take a while
  514. to compute. By pressing any key while the Get Info window is
  515. being updated, you can "short-circuit" the computation of
  516. some items.
  517.  
  518.  
  519. @:"TOGGLE INSERT MODE"
  520. TOGGLE INSERT MODE.
  521.  
  522. When insert mode is active, newly typed text is inserted
  523. into the current text line, pushing characters to the right
  524. of the cursor aside to make room. When insert mode is off,
  525. newly typed text overwrites existing text. Many commands,
  526. such as block copy and insert line, operate in insert mode
  527. independent of the setting of this toggle.
  528.  
  529.  
  530. @:"TOGGLE AUTOINDENT MODE"
  531. TOGGLE AUTOINDENT MODE.
  532.  
  533. When autoindent mode is active and the [Enter] key is
  534. pressed, the new line of text will be indented the same
  535. number of spaces as the line immediately above it. The
  536. setting of this toggle also affects the operation of the
  537. paragraph reformatting command.
  538.  
  539.  
  540. @:"TOGGLE CASE"
  541. TOGGLE CASE.
  542.  
  543. The case of the character at the cursor location will be
  544. toggled from upper to lower, or from lower to upper. If a
  545. block is marked and visible, and the cursor is anywhere
  546. within the marked block, the command will toggle the case of
  547. the entire block.
  548.  
  549.  
  550. @:"LOWER CASE"
  551. LOWER CASE.
  552.  
  553. The case of the character at the cursor location will be set
  554. to lower-case. If a block is marked and visible, and the
  555. cursor is anywhere within the marked block, the command will
  556. change the
  557.  
  558.  
  559. @:"UPPER CASE"
  560. UPPER CASE.
  561.  
  562. The case of the character at the cursor location will be set
  563. to upper-case. If a block is marked and visible, and the
  564. cursor is somewhere within the marked block, the command
  565. will change the case of the entire block.
  566.  
  567.  
  568. @:"SET RIGHT MARGIN"
  569. SET RIGHT MARGIN.
  570.  
  571. A prompt box will ask for a new value for the right margin.
  572. Entering an empty prompt string will set the right margin to
  573. the current cursor column. The right margin is used only
  574. when Word Wrap mode is active. When that is so, text entered
  575. in a column beyond the right margin will automatically be
  576. wrapped to the next line. Paragraph formatting will move
  577. words so that lines are as full as possible within, but not
  578. exceeding, the right margin.
  579.  
  580.  
  581. @:"FORMAT PARAGRAPH"
  582. FORMAT PARAGRAPH.
  583.  
  584. Format paragraph is available only when Word Wrap mode is
  585. active. Paragraph reformatting will move words so that lines
  586. are as full as possible within, but not exceeding, the
  587. current left and right margins. If Justify mode is active,
  588. the lines will also be evenly filled with spaces so that the
  589. rightmost word ends on the right margin.
  590.  
  591. The paragraph reformat is terminated when a blank line, or a
  592. line beginning with a format character [@], is reached.
  593.  
  594.  
  595. @:"TOGGLE WORD WRAP"
  596. TOGGLE WORD WRAP.
  597.  
  598. When Word Wrap mode is active, paragraph reformatting and
  599. automatic word wrap are available. Otherwise, left and right
  600. margin settings are ignored, and text may be entered in any
  601. column up to the maximum line length.
  602.  
  603.  
  604. @:"SET LEFT MARGIN"
  605. SET LEFT MARGIN.
  606.  
  607. A prompt box will ask for a new value for the left margin.
  608. Entering an empty prompt string will set the left margin to
  609. the current cursor column.
  610.  
  611. When Word Wrap mode is active, the left margin controls the
  612. leftmost position where text may be entered. The left margin
  613. also controls the operation of the paragraph formatting
  614. command.
  615.  
  616. The left and right margins can be made visible by toggling
  617. the Tab Line Display.
  618.  
  619. Print formatting commands require that the format character
  620. [@] be located in column 1 even if the left margin is set to
  621. a number greater than one. To achieve this, enter the format
  622. command starting at the left margin, move the cursor to
  623. column 1 with the Left of Line command, and delete the
  624. intervening spaces via Delete Word. Alternatively, activate
  625. the Margin Release command while the format command is
  626. entered.
  627.  
  628.  
  629. @:"DISPLAY TABS"
  630. DISPLAY TABS.
  631.  
  632. Toggling Display Tabs ON reserves one line of the current
  633. window for display of tab settings and margins. The tabs and
  634. margins can be active
  635.  
  636.  
  637. @:"INSERT UNDO BUFFER"
  638. INSERT UNDO BUFFER.
  639.  
  640. The entire contents of the undo buffer are inserted into the
  641. current text stream, prior to the current line. This empties
  642. the undo buffer, that is, the operation can be used only
  643. once for any set of deletions.
  644.  
  645.  
  646. @:"TOGGLE JUSTIFY"
  647. TOGGLE JUSTIFY.
  648.  
  649. When Justify is active, word wrap and paragraph reformat
  650. operations will cause each line to be filled in with spaces
  651. such that the rightmost non-blank character is exactly on
  652. the right margin.
  653.  
  654. By toggling Justify off, and reformatting lines or
  655. paragraphs, the additional blanks will be automatically
  656. removed from the text. Note that blanks manually inserted
  657. (via the Tab command, etc.) will also be removed, unless the
  658. Compress Wrap mode is turned off.
  659.  
  660. MicroStar does not differentiate between "soft" blanks added
  661. during justification and "hard" blanks manually entered.
  662. However, the character [CtrlO] may be used in place of a
  663. normal blank when non-changing spaces are desired. The
  664. [CtrlO] will be printed as a normal space. To enter a
  665. [CtrlO] in the text stream, press [CtrlO].
  666.  
  667.  
  668. @:"TOGGLE PAGE BREAKS"
  669. TOGGLE PAGE BREAKS.
  670.  
  671. When pagination is activated, the left two columns of the
  672. text window will be devoted to showing page breaks. The
  673. characters >> in those columns indicate that the
  674. corresponding line is the first printing text line on its
  675. page.
  676.  
  677. In addition, the status line for the window will indicate
  678. what page number the cursor is on. The Jump to Page command
  679. is available only when pagination is activated.
  680.  
  681.  
  682. MicroStar calculates page numbers while it is waiting for
  683. you to enter keystrokes. As a result, if you enter new text
  684. it may take a short period of time before the page break
  685. markers are redrawn at their new positions.
  686.  
  687. Although the page breaks displayed on screen correspond to
  688. those in a printout of the document, MicroStar does not
  689. store any special characters in the disk file. Page breaks
  690. are recomputed each time the file is read into MicroStar.
  691.  
  692. Pagination can be precisely controlled via the formatting
  693. commands. See the help section for File Print Formatting.
  694.  
  695.  
  696. @:"TOGGLE FONT DISPLAY"
  697. TOGGLE FONT DISPLAY.
  698.  
  699. When Font Display is enabled, print formatting commands that
  700. control font selections will not be displayed on-screen.
  701. Instead the marked text will be displayed in a color or
  702. attribute corresponding to the font. This "what you see is
  703. what you get" mode allows more accurate alignment of tables,
  704. and avoids multiple print cycles to correct formatting
  705. commands.
  706.  
  707. The screen colors for each font may be adjusted on the
  708. Options Colors menu.
  709.  
  710. When font display is enabled, the control characters that
  711. select the fonts are not visible. However, the cursor can be
  712. positioned over the control character, and it can be deleted
  713. if desired. The MicroStar hardware cursor grows to a large
  714. block when it is positioned over the control character. The
  715. value of the control character will be displayed at the
  716. right hand edge of the window status line when the cursor is
  717. positioned over it.
  718.  
  719. MicroStar computes the display of on-screen fonts while it
  720. is waiting for you to enter keystrokes. As a result, if you
  721. enter new text it may take a short period of time before
  722. control characters disappear and fonts are drawn in their
  723. final colors.
  724.  
  725.  
  726. @:"CENTER LINE"
  727. CENTER LINE.
  728.  
  729. The current line will be centered between the left and right
  730. margins. This command is active only when Word Wrap mode is
  731. on.
  732.  
  733.  
  734. @:"SET COLORS"
  735. SET COLORS.
  736.  
  737. All of the editor colors can be customized to your liking.
  738. Independent color settings are available for normal text,
  739. block marked text, window status lines, the prompt line at
  740. the top of the screen, text in menus and prompt boxes, menu
  741. frames, the highlighted character by which each menu item
  742. may be selected, the currently selected menu item, the block
  743. cursor (when active), and each of the five selectable fonts.
  744.  
  745. The colors that you select are saved with MicroStar when you
  746. execute the Options Save setup command.
  747.  
  748.  
  749. @:"SAVE SETUP"
  750. SAVE SETUP.
  751.  
  752. The toggles, settings, colors, and options are stored as
  753. MicroStar defaults when this command is executed. MS.EXE
  754. must be present in the default directory or in the installed
  755. home directory.
  756.  
  757.  
  758. @:"PRINT FILE"
  759. PRINT FILE.
  760.  
  761. Any text file can be printed from within MicroStar. Files
  762. formatted with MicroStar's page layout commands and font
  763. controls will print with multiple fonts, headers, footers,
  764. and page breaks.
  765.  
  766. Do not press [Enter] on the first menu selection, Print file
  767. now, until the other items in the box have been set to your
  768. satisfaction. Selecting the first item starts the print job.
  769.  
  770. After you select the second menu item, Name of file, a
  771. prompt box will request entry of the name of the file to
  772. print. When prompted for a file name, you may enter DOS
  773. wildcards or the name of another drive or subdirectory. In
  774. this case, another window will display the names of all
  775. matching files. You can select from this list by using the
  776. cursor keypad, or by pressing the first letter of the
  777. filename in which you are interested.
  778.  
  779. If you wish to print a file that is currently loaded in
  780. memory, be sure to save any recent changes to disk before
  781. trying to print it. If you attempt to print a file that has
  782. unsaved changes, MicroStar will produce an error message.
  783. Set Auto formatting OFF if you wish to have MicroStar ignore
  784. formatting commands (@ commands) in your text. In this case,
  785. text will print continuously with no form feeds or page
  786. breaks. Control codes embedded in the text will be written
  787. to the output without interpretation.
  788.  
  789. By default, MicroStar prints all pages of the document. You
  790. can set starting and stopping pages if desired.
  791.  
  792. Select from any of the available printer definition files
  793. (default extension .PDF) to find one that is appropriate for
  794. your printer. You can change to another file and use Options
  795. Save setup to regularly use that file.
  796.  
  797. You can also choose between sending the printed output to
  798. LPT1, LPT2, or to a file. LPT1 and LPT2 refer to the
  799. computer port where your printer is attached. If the printer
  800. is attached to a serial port, you must use the DOS MODE
  801. command in order to assign the serial port to one of the
  802. print devices LPT1 or LPT2. Your choice between LPT1 and
  803. LPT2 will be saved with MicroStar when you Save Setup.
  804.  
  805. When output is printed to a file, all control codes are
  806. written out just as when they are printed. In this case, you
  807. must also specify the name of the output file using the
  808. prompt window.
  809.  
  810. Set Manual paper feed ON if you wish to have MicroStar
  811. prompt you to insert a new sheet of paper after each page.
  812. This choice is also stored as part of the printer definition
  813. file for your selected printer.
  814.  
  815. Set Use formfeeds ON if your printer accepts ASCII character
  816. #12 to eject each page. Otherwise, MicroStar will fill out
  817. the end of each page with blank lines.
  818.  
  819. After making all selections, move the menu bar to the Print
  820. file now item and press [Enter]. If you decide not to print,
  821. just press [Escape]. Printing occurs as a background task.
  822. You can continue editing with minimal loss of performance
  823. while the print job continues.
  824.  
  825. To stop a print job at any time, execute the Print File
  826. command sequence. MicroStar will confirm whether you want to
  827. stop the print job.
  828.  
  829.  
  830. @:"PRINTER DEFINITIONS"
  831. PRINTER DEFINITIONS.
  832.  
  833. Select a printer definition file (default extension .PDF)
  834. using the Which printer menu item. MicroStar will load this
  835. printer file into memory.
  836.  
  837. Any of the command sequences that control various printer
  838. fonts can be edited using the Edit printer codes menu
  839. selection. Each font is associated with two strings - one to
  840. turn the font ON, and another to turn it OFF.
  841.  
  842. When you choose a sequence to edit, it appears in another
  843. window. It can be edited using the cursor keys, and the
  844. [Del] or [Backspace] keys. Most characters you type will be
  845. inserted literally into the string. [CtrlBksp] will delete
  846. the existing string. [Enter] will end the session in the
  847. string editor. In case you need to enter any of these
  848. special keys as part of the control string, press the
  849. [ScrollLock] key to enter Literal mode. In this mode, all
  850. keystrokes will be inserted into the string without further
  851. interpretation.
  852.  
  853. The printer definition currently held in memory can be
  854. stored to a disk file using the Save printer setup menu
  855. item. MicroStar stores the printer command sequences for all
  856. fonts, as well as the default settings for manual paper feed
  857. and formfeeds, when you save the setup.
  858.  
  859. MicroStar will prompt for a file name when you decide to
  860. store the current definition. The default extension for
  861. printer definitions is .PDF.
  862.  
  863.  
  864. @:"FLUSH UNDO BUFFER"
  865. FLUSH UNDO BUFFER.
  866.  
  867. The contents of the undo buffer will be deleted, freeing up
  868. whatever memory is being used. This command is useful in
  869. combination with the Insert Undo Buffer command.
  870.  
  871.  
  872. @:"ACTIVE DIRECTORY"
  873. ACTIVE DIRECTORY.
  874.  
  875. The current default drive or directory may be changed using
  876. this command. Entering wildcards will cause a directory
  877. window to appear showing possible choices.
  878.  
  879. Files previously opened in other directories will be
  880. properly accessed even after the active directory is
  881. changed.
  882.  
  883.  
  884. @:"FILE DIRECTORY"
  885. FILE DIRECTORY.
  886.  
  887. Use this command to browse through a file directory. Use
  888. standard DOS pathname and wildcard notation to specify a
  889. file mask for the directory.
  890.  
  891.  
  892. @:"GO TO PAGE NUMBER"
  893. GO TO PAGE NUMBER.
  894.  
  895. The cursor will be repositioned to the first line of the
  896. specified page of the current window. This command is
  897. available only when pagination is active for the window. A
  898. prompt box will request the target page number. Enter any
  899. positive integer value. If the value is preceded by a plus
  900. [+] or minus [-] sign, the target page number will be
  901. calculated relative to the current page.
  902.  
  903.  
  904. @:"SET TOP MARGIN"
  905. SET TOP MARGIN.
  906.  
  907. This specifies the number of lines to leave blank at the top
  908. of each page during printing or pagination of the file in
  909. the current window. The top margin is a default value that
  910. will be overridden by MicroStar format [@] commands embedded
  911. in the text. The value you specify in the prompt box is not
  912. stored in the document file. It is a default value that
  913. exists only while the file is being edited.
  914.  
  915.  
  916. @:"SET BOTTOM MARGIN"
  917. SET BOTTOM MARGIN.
  918.  
  919. This specifies the number of lines to leave blank at the
  920. bottom of each page during printing or pagination of the
  921. file in the current window. The bottom margin is a default
  922. value that will be overridden by MicroStar format [@]
  923. commands embedded in the text. The value you specify in the
  924. prompt box is not stored in the document file. It is a
  925. default value that exists only while the file is being
  926. edited.
  927.  
  928.  
  929. @:"SET PAGE LENGTH"
  930. SET PAGE LENGTH.
  931.  
  932. This specifies the total number of lines on each page during
  933. printing or pagination of the file in the current window.
  934. The page length is a default value that will be overridden
  935. by MicroStar format [@] commands embedded in the text. The
  936. value you specify in the prompt box is not stored in the
  937. document file. It is a default value that exists only while
  938. the file is being edited.
  939.  
  940.  
  941. @:"SET UNDO LIMIT"
  942. SET UNDO LIMIT.
  943.  
  944. This specifies the maximum number of lines of deleted text
  945. that will be stored in the Undo buffer. If Undo limit is 10,
  946. and you delete 15 lines, the first five lines deleted will
  947. be lost. Whenever lines are Undeleted, that space is
  948. recovered for the undo buffer to reuse.
  949.  
  950.  
  951. @:"TOGGLE TAB EXPANSION"
  952. TOGGLE TAB EXPANSION.
  953.  
  954. When tab expansion is ON, any tabs encountered upon read-in
  955. of a file are expanded into spaces, using a tab spacing that
  956. you specify. If tab expansion is OFF, MicroStar leaves the
  957. tabs intact. However, MicroStar does not expand tabs as it
  958. displays them, so these will be displayed on the screen as
  959. I.
  960.  
  961.  
  962. @:"SET FILE EXTENSION"
  963. SET FILE EXTENSION.
  964.  
  965. If you edit many files with the same extension, such as
  966. .DOC, you should enter that value for the default extension.
  967. MicroStar will automatically supply the default extension
  968. whenever you respond to a filename prompt without entering
  969. an extension. The extension you enter should not include a
  970. period or any DOS wildcards, and is limited to three
  971. characters.
  972.  
  973.  
  974. @:"SET TABS"
  975. SET TABS.
  976.  
  977. The tab settings will be initialized based on the contents
  978. of the current line of text. The start of each
  979. blank-delimited word will set a tab at that column. Any
  980. other tabs will be cleared. By using this command in concert
  981. with the Put Tabs command, you can store a custom tab line
  982. as part of a document and easily use it later.
  983.  
  984. You can return to the default evenly spaced tabs by
  985. activating the Options Tabs Restore even menu selections.
  986.  
  987.  
  988. @:"SET TAB SIZE"
  989. SET TAB SIZE.
  990.  
  991. By default, a tab is placed after every eight columns of
  992. text. This tab size is also used when files containing tabs
  993. are read into MicroStar. Change the tab size and use the
  994. Restore even command to initialize a different set of
  995. regularly spaced tabs.
  996.  
  997.  
  998. @:"PUT TABS"
  999. PUT TABS.
  1000.  
  1001. The tab settings are stored into the current window as a
  1002. formatted text line. The line begins with the MicroStar
  1003. formatting character [@], and will be ignored during
  1004. printing. Use this command in concert with the Set tabs
  1005. command to store a custom tab line as part of a document for
  1006. later use.
  1007.  
  1008.  
  1009. @:"EDIT TABS"
  1010. EDIT TABS.
  1011.  
  1012. this command. The cursor will be moved to the current
  1013. window's tab line display. Use the cursor keys or the tab
  1014. key to move along the tab line. Pressing the space bar will
  1015. toggle a tab setting on or off, pressing the [Ins] key will
  1016. add a tab, pressing the [Del] key will delete a tab at the
  1017. cursor position. Press [Enter] when editing is complete, or
  1018. [Escape] to undo any changes made.
  1019.  
  1020.  
  1021. @:"SET TEMPORARY MARGIN"
  1022. SET TEMPORARY MARGIN.
  1023.  
  1024. The current left margin will be moved to the right by one
  1025. tab stop. This is useful in making indented lists. The
  1026. temporary margin will remain in force until you leave the
  1027. current paragraph.
  1028.  
  1029. The temporary margin is indicated by a right pointing arrow
  1030. on the window tab display.
  1031.  
  1032.  
  1033. @:"FORMAT BLOCK"
  1034. FORMAT BLOCK.
  1035.  
  1036. Paragraph formatting will be applied to all lines of text in
  1037. the currently marked block. The block must be highlighted,
  1038. and the cursor must be somewhere within the block, or an
  1039. error message will be produced.
  1040.  
  1041.  
  1042. @:"FILE CLOSE"
  1043. FILE CLOSE.
  1044.  
  1045. The current text window will be cleared. If it has been
  1046. modified since being saved to disk, you will be given the
  1047. opportunity to save it. The window will then be closed. If
  1048. the window is the only one on the screen, you will return to
  1049. the MicroStar menu system.
  1050.  
  1051.  
  1052. @:"SET MARKER"
  1053. SET MARKER.
  1054.  
  1055. are labeled with the numbers 0-9 when they are placed in the
  1056. text. Shortcut commands for using each of the ten markers
  1057. are presented on a following screen.
  1058.  
  1059. The text marker display writes over the character where it
  1060. is placed. It does not affect the actual text, but merely
  1061. hides it.
  1062.  
  1063. When a marker is set from the menu system, another menu will
  1064. appear showing which markers are already in use. Redefining
  1065. an existing marker erases the previously stored position.
  1066. Defining a marker at the same position where it is currently
  1067. located has the effect of erasing it.
  1068.  
  1069. The following screen provides shortcut keystrokes for
  1070. setting text markers without using menus.
  1071.  
  1072. The on-line help system will set out the keyboard commands
  1073. for setting markers without using the menu system. Just
  1074. hilite the Set marker item, and press [F1].
  1075.  
  1076.  
  1077. @:"JUMP TO MARKER"
  1078. JUMP TO MARKER.
  1079.  
  1080. This command moves the cursor to the position of a with the
  1081. numbers 0-9 when they are placed in the text.
  1082.  
  1083. When you jump to a marker from the menu system, another menu
  1084. will appear showing which markers have previously been set.
  1085.  
  1086. The on-line help system will set out the keyboard commands
  1087. for jumping to markers without using the menu system. Just
  1088. hilite the Marker item, and press [F1].
  1089.  
  1090.  
  1091. @:"PLAYBACK MACRO"
  1092. PLAYBACK MACRO.
  1093.  
  1094. The on-line help system will set out the keyboard commands
  1095. for playing back macors without using the menu system. Just
  1096. hilite the Playback item, and press [F1].
  1097.  
  1098.  
  1099. @:"TOGGLE FIXED TABS"
  1100. TOGGLE FIXED TABS.
  1101.  
  1102. When fixed tabs are ON, tab positions are taken from a table
  1103. of columns that you can set to even spacing or customize
  1104. through various tab commands. When fixed tabs are OFF, tab
  1105. positions are based on the contents of the text surrounding
  1106. the current line, just like the Turbo Pascal editor.
  1107.  
  1108.  
  1109. @:"SET TEMPORARY MARGIN"
  1110. SET TEMPORARY MARGIN.
  1111.  
  1112. The current cursor column will be assigned as the temporary
  1113. left margin. If the cursor is beyond the right margin, an
  1114. error will occur.
  1115.  
  1116.  
  1117. @:"SET HOME DIRECTORY"
  1118. SET HOME DIRECTORY.
  1119.  
  1120. MicroStar uses several files in its operation. These contain
  1121. the current printer definition, default macros, and this
  1122. help file. In order to run MicroStar from a drive or
  1123. directory other than where these files are located, you will
  1124. need to set up a Home Directory. The home directory
  1125. specifies the location of the optional MicroStar support
  1126. files on your system.
  1127.  
  1128.  
  1129. The following files should be kept in that directory:
  1130.  
  1131. ■   MS.HLP   MS.MAC   *.PDF
  1132.  
  1133. MicroStar will operate without the use of these files, but
  1134. in that case certain program features will not be available.
  1135.  
  1136. After the home directory is set, it can be saved with
  1137. MicroStar's Save Setup command.
  1138.  
  1139.  
  1140. @:"TOGGLE HI-BIT STRIP"
  1141. TOGGLE HI-BIT STRIP.
  1142.  
  1143. When Hi-bit strip is ON, the most significant bit of each
  1144. character read from the disk will be set to zero. This is
  1145. useful when reading in files previously generated in
  1146. WordStar document mode. In addition, "dot commands" used for
  1147. WordStar document formatting will be changed to MicroStar's
  1148. format character [@]. Note that stripping the high bit will
  1149. also affect any usage of the IBM extended ASCII character
  1150. set, such as the line drawing characters.
  1151.  
  1152.  
  1153. @:"EDIT MACRO"
  1154. EDIT MACRO.
  1155.  
  1156. Macros recorded within MicroStar can be edited on a
  1157. character by character basis using the built-in macro
  1158. editor.
  1159.  
  1160. First, a prompt box will ask for a new name for the macro,
  1161. which you can accept as is, or change.
  1162.  
  1163.  
  1164. The macro will appear in another window. It can be edited
  1165. using the cursor keys, and the [Del] or [Backspace] keys.
  1166. Most characters you type will be inserted literally into the
  1167. macro. [CtrlBksp] will delete the macro. [Enter] will end
  1168. the session in the macro editor. [Escape] will undo any
  1169. changes made to the macro. In case you need to enter any of
  1170. these special keys as part of the macro, press the
  1171. [ScrollLock] key to enter Literal mode. In this mode, all
  1172. keystrokes will be inserted into the macro without any
  1173. interpretation.
  1174.  
  1175.  
  1176. @:"WRITE TO FILE"
  1177. WRITE TO FILE.
  1178.  
  1179. This command will store all text in the current window to
  1180. any file that you name. When you are editing in a window
  1181. that has not previously been named, you can use this command
  1182. to assign a name to the window. Using it in an already-named
  1183. window will cause the name of that window, and all other
  1184. windows sharing the same text stream, to be updated to the
  1185. new name.
  1186.  
  1187.  
  1188. @:"TOGGLE KEY HELP"
  1189. TOGGLE KEY HELP.
  1190.  
  1191. When Key Help is ON, MicroStar will display the command
  1192. sequences that correspond to each menu selection while you
  1193. are browsing through the menu system. This can serve to
  1194. familiarize you with the quick keystrokes and speed up your
  1195. editing.
  1196.  
  1197.  
  1198. @:"PREVIOUS WINDOW"
  1199. PREVIOUS WINDOW.
  1200.  
  1201. The cursor will be moved to the current position in the next
  1202. window up the screen. If the cursor is already in the
  1203. topmost window, it will move to the bottom window. If there
  1204. is only one window, nothing will happen.
  1205.  
  1206.  
  1207. @:"NEXT SENTENCE"
  1208. NEXT SENTENCE.
  1209.  
  1210. The cursor will be moved to the beginning of the next
  1211. sentence. Sentences are delimited by periods, semicolons,
  1212. and other common punctuation marks, as well as by blank
  1213. lines and lines beginning with the MicroStar format
  1214. character [@].
  1215.  
  1216.  
  1217. @:"PREVIOUS SENTENCE"
  1218. PREVIOUS SENTENCE.
  1219.  
  1220. The cursor will be moved to the beginning of the previous
  1221. sentence. Sentences are delimited by periods, semicolons,
  1222. and other common punctuation marks, as well as by blank
  1223. lines and lines beginning with the MicroStar format
  1224. character [@].
  1225.  
  1226.  
  1227. @:"RESTORE EVEN TABS"
  1228. RESTORE EVEN TABS.
  1229.  
  1230. Tabs will be set on an even spacing as determined by the
  1231. current default tab spacing. Any other tab settings will be
  1232. cleared.
  1233.  
  1234.  
  1235. @:"WHICH FONT"
  1236. WHICH FONT.
  1237.  
  1238. MicroStar will display the font type of the character at the
  1239. cursor position. If the character has more than one font
  1240. applied to it, MicroStar will list all of them.
  1241.  
  1242.  
  1243. @:"SELECT BOLD"
  1244. SELECT BOLD.
  1245.  
  1246. If a block is marked and visible, MicroStar will convert the
  1247. block to bold typeface. It does so by automatically placing
  1248. the Toggle Bold control character ([CtrlB]) at the beginning
  1249. and end of the block.
  1250.  
  1251. If no block is marked, MicroStar will place a pair of print
  1252. control characters at the current cursor position, and
  1253. position the cursor between the two. Thus, while the cursor
  1254. remains between the control characters, newly entered text
  1255. will be in the selected typeface.
  1256.  
  1257.  
  1258. @:"SELECT DOUBLESTRIKE"
  1259. SELECT DOUBLESTRIKE.
  1260.  
  1261. If a block is marked and visible, MicroStar will convert the
  1262. block to double-strike typeface. It does so by automatically
  1263. placing the Toggle Double-strike control character ([CtrlD])
  1264. at the beginning and end of the block.
  1265.  
  1266. If no block is marked, MicroStar will place a pair of print
  1267. control characters at the current cursor position, and
  1268. position the cursor between the two. Thus, while the cursor
  1269. remains between the control characters, newly entered text
  1270. will be in the selected typeface.
  1271.  
  1272.  
  1273. @:"SELECT UNDERSCORE"
  1274. SELECT UNDERSCORE.
  1275.  
  1276. If a block is marked and visible, MicroStar will convert the
  1277. block to underscore typeface. It does so by automatically
  1278. placing the Toggle Underscore control character ([CtrlU]) at
  1279. the beginning and end of the block.
  1280.  
  1281. If no block is marked, MicroStar will place a pair of print
  1282. control characters at the current cursor position, and
  1283. position the cursor between the two. Thus, while the cursor
  1284. remains between the control characters, newly entered text
  1285. will be in the selected typeface.
  1286.  
  1287.  
  1288. @:"SELECT SUPERSCRIPT"
  1289. SELECT SUPERSCRIPT.
  1290.  
  1291. If a block is marked and visible, MicroStar will convert the
  1292. block to superscript typeface. It does so by automatically
  1293. placing the Toggle Superscript control character ([CtrlS])
  1294. at the beginning and end of the block.
  1295.  
  1296. If no block is marked, MicroStar will place a pair of print
  1297. control characters at the current cursor position, and
  1298. position the cursor between the two. Thus, while the cursor
  1299. remains between the control characters, newly entered text
  1300. will be in the selected typeface.
  1301.  
  1302.  
  1303. @:"SELECT SUBSCRIPT"
  1304. SELECT SUBSCRIPT.
  1305.  
  1306. If a block is marked and visible, MicroStar will convert the
  1307. block to subscript typeface. It does so by automatically
  1308. placing the Toggle Subscript control character ([CtrlQ]) at
  1309. the beginning and end of the block.
  1310.  
  1311. If no block is marked, MicroStar will place a pair of print
  1312. control characters at the current cursor position, and
  1313. position the cursor between the two. Thus, while the cursor
  1314. remains between the control characters, newly entered text
  1315. will be in the selected typeface.
  1316.  
  1317.  
  1318. @:"SELECT COMPRESSED"
  1319. SELECT COMPRESSED.
  1320.  
  1321. If a block is marked and visible, MicroStar will convert the
  1322. block to compressed typeface. It does so by automatically
  1323. placing the Toggle Alternate 1 control character ([CtrlA])
  1324. at the beginning and end of the block. For most printer
  1325. definition files, the Alternate 1 typeface is defined as
  1326. compressed print.
  1327.  
  1328. If no block is marked, MicroStar will place a pair of print
  1329. control characters at the current cursor position, and
  1330. position the cursor between the two. Thus, while the cursor
  1331. remains between the control characters, newly entered text
  1332. will be in the selected typeface.
  1333.  
  1334.  
  1335. @:"SELECT ITALICS"
  1336. SELECT ITALICS.
  1337.  
  1338. If a block is marked and visible, MicroStar will convert the
  1339. block to italic typeface. It does so by automatically
  1340. placing the Toggle Alternate 2 control character ([CtrlE])
  1341. at the beginning and end of the block. For most printer
  1342. definition files, the Alternate 2 typeface is defined as
  1343. italic print.
  1344.  
  1345. If no block is marked, MicroStar will place a pair of print
  1346. control characters at the current cursor position, and
  1347. position the cursor between the two. Thus, while the cursor
  1348. remains between the control characters, newly entered text
  1349. will be in the selected typeface.
  1350.  
  1351.  
  1352. @:"TOGGLE SNOW CONTROL"
  1353. TOGGLE SNOW CONTROL.
  1354.  
  1355. When Snow Control is ON, MicroStar avoids the screen
  1356. interference patterns called "snow" that are produced by
  1357. certain display adapters, notably the IBM Color Graphics
  1358. Adapter. For other color adapters, the Snow Control can be
  1359. turned off. This improves screen updating performance
  1360. considerably.
  1361.  
  1362.  
  1363. @:"TOGGLE BLOCK CURSOR"
  1364. TOGGLE BLOCK CURSOR.
  1365.  
  1366. MicroStar offers a choice between a blinking hardware cursor
  1367. and a solid unblinking cursor. The color of the block cursor
  1368. can be set via the Options Colors menu.
  1369.  
  1370.  
  1371. @:"TOGGLE 43 LINE MODE"
  1372. TOGGLE 43 LINE MODE.
  1373.  
  1374. On computers equipped with an Enhanced Graphics Adapter,
  1375. MicroStar can display 43 lines on the screen. Toggle this
  1376. option ON if a longer text display is desired.
  1377.  
  1378.  
  1379. @:"MARGIN RELEASE"
  1380. MARGIN RELEASE.
  1381.  
  1382. Setting Margin Release ON allows you to type beyond the left
  1383. and right margins while Word Wrap mode is active. Margin
  1384. release remains effective until the cursor is moved to
  1385. another line. It can also be toggled off at any time.
  1386.  
  1387.  
  1388. @:"SPELL CHECK"
  1389. SPELL CHECK.
  1390.  
  1391. In combination with Turbo Lightning, Borland's RAM resident
  1392. spelling checker and thesaurus, MicroStar will spell-check
  1393. any of your documents. Lightning must be installed, or an
  1394. error will occur.
  1395.  
  1396. MicroStar checks the document in the current screen window.
  1397. By default, checking proceeds from the current cursor
  1398. position to the end of the file. If a block is marked and
  1399. visible, only that block will be checked.
  1400.  
  1401. MicroStar contains a small built-in dictionary of the 500
  1402. most commonly used English words. This dictionary is kept in
  1403. memory at all times in order to accelerate the checking
  1404. process.
  1405.  
  1406. Once the operation begins, MicroStar keeps you advised of
  1407. its progress on the status line. The line and column
  1408. counters tell you what part of the document is being
  1409. checked, as does the percentage indicator. These are updated
  1410. each time a new word is checked.
  1411.  
  1412. When Lightning finds a word that it does not recognize, the
  1413. screen will be updated to highlight the word, and a popup
  1414. menu will ask you to select an option. Select by moving the
  1415. bar and pressing [Enter] or by pressing the first character
  1416. of any of the options:
  1417.  
  1418. ■ Skip once.
  1419.  
  1420.   Ignore the spelling of this word in only this one
  1421.   instance.
  1422.  
  1423. ■ Ignore for this document.
  1424.  
  1425.   Ignore the spelling of this word for the duration of the
  1426.   check.
  1427.  
  1428. ■ List Lightning sound-alikes.
  1429.  
  1430.   Display a list of sound-alike words from Lightning's
  1431.   dictionary. Select one and press [Enter], or press
  1432.   [Escape] to return to the previous menu.
  1433.  
  1434. ■ Edit from the keyboard
  1435.  
  1436.   A prompt box will appear to allow interactive editing of
  1437.   the word. Press [Enter] to accept, or [Escape] to return
  1438.   to the previous menu. You may use Lightning's interactive
  1439.   modes at this time. MicroStar will recheck the word after
  1440.   you finish editing it.
  1441.  
  1442. ■ Mark with "~"
  1443.  
  1444.   Place a tilde in front of the word. After the document has
  1445.   been checked, you can use the Find Pattern command to
  1446.   locate the marked words.
  1447.  
  1448. ■ Add to dictionary
  1449.  
  1450.   Add the word to Lightning's auxiliary dictionary (usually
  1451.   AUXI.DIC). A secondary menu of case selections will
  1452.   appear. Press [Escape] to return to the previous menu, or
  1453.   [Enter] to add to the dictionary.
  1454.  
  1455.  
  1456. ■ Batch mark rest of document
  1457.  
  1458.   Cancel the interactive mode normally used for
  1459.   spell-checking. From this point on, all unrecognized words
  1460.   are marked with tildes [~].
  1461.  
  1462. A spell-checking operation may be stopped by pressing
  1463. [Escape] at the corrections menu (once a misspelling is
  1464. found) or by pressing any key while a file is being checked.
  1465. In the latter case, a prompt box will be displayed, asking
  1466. if you want to stop. Press [Y] to stop, [N] to continue.
  1467.  
  1468.  
  1469. @:"TOGGLE TAB WRITING"
  1470. TOGGLE TAB WRITING.
  1471.  
  1472. By default, MicroStar does not write tab characters in files
  1473. saved from the editor. If Tab Writing is activated,
  1474. MicroStar will translate sequences of spaces to tabs in
  1475. order to save disk space for the output file. Tabs are
  1476. computed using the fixed spacing currently set for fixed
  1477. tabs. Multiple spaces found within pairs of single or double
  1478. quotes (as used in Pascal or C source code) will not be
  1479. converted to tabs.
  1480.  
  1481. Tab writing is saved as a MicroStar default.
  1482.  
  1483.  
  1484. @:"TOGGLE WRAP COMPRESSION"
  1485. TOGGLE WRAP COMPRESSION.
  1486.  
  1487. By default, MicroStar compresses extra spaces out of any
  1488. line before it is wrapped. This feature is required in order
  1489. to "unjustify" text that has previously been right
  1490. justified. However, in some cases the compression will
  1491. remove desired spaces, as in the case of aligned columns of
  1492. figures.
  1493.  
  1494. When this toggle is OFF, extra spaces will not be removed
  1495. from lines being wrapped. Wrap compression is saved as a
  1496. MicroStar default.
  1497.  
  1498.  
  1499. @:"TOGGLE INITIAL ZOOM STATE"
  1500. TOGGLE INITIAL ZOOM STATE.
  1501.  
  1502. The state of this toggle determines MicroStar's default
  1503. behavior when more than one window is on the screen. When
  1504. Initial Zoom State is OFF, multiple windows will appear
  1505. simultaneously on the screen, that is, they will not be
  1506. zoomed.
  1507.  
  1508. When Initial Zoom State is ON, multiple windows will be
  1509. zoomed. The last file opened will be visible on the screen,
  1510. and others will be hidden behind it.
  1511.  
  1512. Initial Zoom State is saved as a MicroStar default.
  1513.  
  1514. The normal zoom window command may be used at any time,
  1515. regardless of Initial Zoom State.
  1516.  
  1517.  
  1518. @:"HELP SUMMARY"
  1519. HELP SUMMARY.
  1520.  
  1521. Whenever the MicroStar help system is on screen, you can use
  1522. the [PgUp] and [PgDn] keys to move from one screen to
  1523. another. [Home] and [End] will take you to the first and
  1524. last pages of the section. Press [Escape] when you are done
  1525. using help.
  1526.  
  1527. The MicroStar menu system is available at any time by
  1528. pressing >191. Most of MicroStar's commands may be selected
  1529. from the menus. Within the menu system, you may activate
  1530. "Key help" by choosing Setup Display options Key help. With
  1531. Key help activated, the quick keystrokes that activate each
  1532. command will be displayed on the top row of the screen while
  1533. the selection bar is positioned over that menu item.
  1534.  
  1535. Pressing [F1] while within the MicroStar menu system or
  1536. within any prompt box will bring up a window containing more
  1537. detailed help regarding the selected command. Pressing [F1]
  1538. while you are entering text will bring up a menu of help
  1539. topics.
  1540.  
  1541.  
  1542. @:"HELP SUMMARY"
  1543. HELP SUMMARY.
  1544.  
  1545.  
  1546. Whenever the MicroStar help system is on screen, you can use
  1547. the [PgUp] and [PgDn] keys to move from one screen to
  1548. another. [Home] and [End] will take you to the first and
  1549. last pages of the section. Press [Escape] when you are done
  1550. using help.
  1551.  
  1552. The MicroStar menu system is available at any time by
  1553. pressing [F1]. Most of MicroStar's commands may be selected
  1554. from the menus. Within the menu system, you may activate
  1555. "Key help" by choosing Setup Display options Key help. With
  1556. Key help activated, the quick keystrokes that activate each
  1557. command will be displayed on the top row of the screen while
  1558. the selection bar is positioned over that menu item.
  1559.  
  1560. Pressing [F1] while within the MicroStar menu system or
  1561. within any prompt box will bring up a window containing more
  1562. detailed help regarding the selected command. Pressing [F1]
  1563. while you are entering text will bring up a menu of help
  1564. topics.
  1565.  
  1566.  
  1567. @:"Help and Status Keystrokes"
  1568. Help and Status Keystrokes.
  1569.  
  1570. MicroStar offers a number of special help and status
  1571. commands.  To view your keyboard commands for these press
  1572. [F1] (or your help key) while editing, and select Help and
  1573. status.
  1574.  
  1575. Available commands include:
  1576.  
  1577. ■ Show help menu.
  1578. ■ Show help summary.
  1579. ■ Activate menu system.
  1580. ■ Show system and file information.
  1581. ■ Show available memory.
  1582.  
  1583.  
  1584.  
  1585. @:"Cursor Movement"
  1586. Cursor Movement.
  1587.  
  1588. MicroStar offers a number of cursor movement commands.  To
  1589. view your keyboard commands for these press [F1] (or your
  1590. help key) while editing, and select Cursor movement.
  1591.  
  1592. Available commands include:
  1593.  
  1594. ■ Word left.
  1595. ■ Word right.
  1596. ■ Line up.
  1597. ■ Line down.
  1598. ■ Scroll up.
  1599. ■ Scroll down.
  1600. ■ Page up.
  1601. ■ Page down.
  1602. ■ Top of file.
  1603. ■ Bottom of file.
  1604. ■ Beginning of line.
  1605. ■ End of line.
  1606. ■ Top of screen.
  1607. ■ Bottom of screen.
  1608.  
  1609.  
  1610. @:"Quick movement"
  1611. Quick Movement Commands.
  1612.  
  1613. MicroStar offers a number of quick movement commands.  To
  1614. view your keyboard commands for these press [F1] (or your
  1615. help key) while editing, and select Quick movement.
  1616.  
  1617. Available commands include:
  1618.  
  1619. ■ Go to line.
  1620. ■ Go to column.
  1621. ■ Go to page.
  1622. ■ Go to window.
  1623. ■ Previous cursor position.
  1624. ■ Up to equal indent.
  1625. ■ Down to equal indent.
  1626. ■ Next sentence.
  1627. ■ Previous sentence.
  1628.  
  1629.  
  1630. @:"Text Markers"
  1631. Text Markers.
  1632.  
  1633. MicroStar offers a number of command for inserting markers
  1634. in your text.  To view the keyboard commands for these,
  1635. press [F1] (or your help key) while editing, select Quick
  1636. movement, and press [PgDn] twice.
  1637.  
  1638. Available commands include:
  1639.  
  1640. ■ Set a marker by menu.
  1641. ■ Jump to marker by menu.
  1642. ■ Toggle marker display.
  1643. ■ Set  marker 0  ..  Set  marker 9.
  1644. ■ Jump marker 0  ..  Jump marker 9.
  1645.  
  1646.  
  1647. @:"Insert and delete"
  1648. Text Insertion and Deletion.
  1649.  
  1650. MicroStar offers a number of command for inserting and
  1651. deleting text.  To view the keyboard commands for these,
  1652. press [F1] (or your help key) while editing, and select
  1653. Insert and Delete.
  1654.  
  1655. Available commands include:
  1656.  
  1657. ■ Undo last deletion.
  1658. ■ Restore line.
  1659. ■ Insert undo buffer.
  1660. ■ Tab.
  1661. ■ Backward Tab.
  1662. ■ New line.
  1663. ■ Insert line.
  1664. ■ Insert control character.
  1665. ■ Delete current character.
  1666. ■ Delete character left.
  1667. ■ Delete word.
  1668. ■ Delete to end of line.
  1669. ■ Delete line.
  1670. ■ Delete line (no undo).
  1671. ■ Abort command (1 char).
  1672.  
  1673.  
  1674. @:"Search and replace"
  1675. Search and Replace.
  1676.  
  1677. MicroStar offers commands for searching for and/or replacing
  1678. text or playing back macros. To view the keyboard commands
  1679. for these, press [F1] (or your help key) while editing, and
  1680. select Search and replace.
  1681.  
  1682. Available commands include:
  1683.  
  1684. ■ Search for pattern.
  1685. ■ Search and Replace.
  1686. ■ Search and playback macro.
  1687. ■ Search again.
  1688.  
  1689.  
  1690. @:"Files"
  1691. Files.
  1692.  
  1693. MicroStar offers several commands for reading and saving
  1694. text files. To view the keyboard commands for these, press
  1695. [F1] (or your help key) while editing, and select Files.
  1696.  
  1697. Available commands include:
  1698.  
  1699. ■ Edit another file.
  1700. ■ Abandon file.
  1701. ■ Read file into window.
  1702. ■ Save and continue edit.
  1703. ■ Save and exit to DOS.
  1704. ■ Write to named file.
  1705. ■ Save/Switch files.
  1706.  
  1707.  
  1708. @:"Windows"
  1709. Windows.
  1710.  
  1711. MicroStar offers several commands for opening, closing, and
  1712. resizing windows. To view the keyboard commands for these,
  1713. press [F1] (or your help key) while editing, and select
  1714. Windows.
  1715.  
  1716. Available commands include:
  1717.  
  1718. ■ Open file.
  1719. ■ Close window.
  1720. ■ Resize window.
  1721. ■ Next window.
  1722. ■ Previous window.
  1723. ■ Zoom window.
  1724.  
  1725.  
  1726. @:"Blocks"
  1727. Block Commands.
  1728.  
  1729. MicroStar offers a number of block commands. To view the
  1730. keyboard commands for these, press [F1] (or your help key)
  1731. while editing, and select Blocks.
  1732.  
  1733. Available commands include:
  1734.  
  1735. ■ Begin block.
  1736. ■ End block.
  1737. ■ Start of block.
  1738. ■ End of block.
  1739. ■ Copy block.
  1740. ■ Move block.
  1741. ■ Delete block.
  1742. ■ Hide block.
  1743. ■ Mark current word.
  1744. ■ Write block to file.
  1745.  
  1746.  
  1747. @:"Text commands"
  1748. Text Formatting.
  1749.  
  1750. MicroStar offers a number of special text formatting
  1751. commands. To view the keyboard commands for these, press
  1752. [F1] (or your help key) while editing, and select Text
  1753. commands.
  1754.  
  1755. Available commands include:
  1756.  
  1757. ■ Format paragraph.
  1758. ■ Format block.
  1759. ■ Center line.
  1760. ■ Margin release.
  1761. ■ Toggle case.
  1762. ■ Lower case.
  1763. ■ Upper case.
  1764. ■ Show current font.
  1765. ■ Select Bold.
  1766. ■ Select Double.
  1767. ■ Select Underscore.
  1768. ■ Select Superscript.
  1769. ■ Select Subscript.
  1770. ■ Select Compressed.
  1771. ■ Select Italics.
  1772.  
  1773.  
  1774. @:"Tabs"
  1775. Tabs.
  1776.  
  1777. MicroStar offers several commands for inserting, saving, and
  1778. using tab settings. To view the keyboard commands for these,
  1779. press [F1] (or your help key) while editing, and select
  1780. Tabs.
  1781.  
  1782. Available commands include:
  1783.  
  1784. ■ Tab.
  1785. ■ Backward tab.
  1786. ■ Set tabs.
  1787. ■ Put tabs.
  1788. ■ Set tab size.
  1789. ■ Edit tabs.
  1790. ■ Tab temporary margin.
  1791. ■ Set temporary margin.
  1792. ■ Restore even tabs.
  1793.  
  1794.  
  1795. @:"Utilities"
  1796. Utility Commands.
  1797.  
  1798. MicroStar offers several commands general utility commandas.
  1799. To view the keyboard commands for these, press [F1] (or your
  1800. help key) while editing, and select Utilities.
  1801.  
  1802. Available commands include:
  1803.  
  1804. ■ Print file.
  1805. ■ Change active directory.
  1806. ■ Directory.
  1807. ■ Operating system.
  1808.  
  1809.  
  1810. @:"Settings and toggles"
  1811. Settings and Toggles.
  1812.  
  1813. MicroStar offers several commands for toggling various
  1814. settings. To view the keyboard commands for these, press
  1815. [F1] (or your help key) while editing, and select Settings
  1816. and toggles.
  1817.  
  1818. Available commands include:
  1819.  
  1820. ■ Toggle insert mode.
  1821. ■ Toggle autoindent mode.
  1822. ■ Toggle word wrap.
  1823. ■ Toggle wrap compression.
  1824. ■ Toggle tab line display.
  1825. ■ Toggle justify.
  1826. ■ Toggle page breaks.
  1827. ■ Toggle attributes.
  1828. ■ Toggle fixed tabs.
  1829. ■ Toggle hi-bit strip.
  1830. ■ Toggle tab expansion.
  1831. ■ Toggle tab writing.
  1832. ■ Toggle key help.
  1833. ■ Toggle snow check.
  1834. ■ Toggle block cursor.
  1835. ■ Toggle 43 line mode.
  1836. ■ Set left margin.
  1837. ■ Set right margin.
  1838. ■ Set top margin.
  1839. ■ Set bottom margin.
  1840. ■ Set page length.
  1841. ■ Set undo limit.
  1842. ■ Set default file extension.
  1843. ■ Set colors.
  1844. ■ Set home directory.
  1845. ■ Save setup.
  1846.  
  1847.  
  1848. @:"Spell Checking"
  1849. Spell Checking.
  1850.  
  1851. In combination with Turbo Lightening, Borland's RAM resident
  1852. spelling checker and thesaurus, MicroStar will spell-check
  1853. any of your documents. Lightning must be installed, or an
  1854. error will occur.
  1855.  
  1856. MicroStar checks the document in the current screen window.
  1857. By default, checking proceeds from the current cursor
  1858. position to the end of the file. If a block is marked and
  1859. visible, only that block will be checked.
  1860.  
  1861. MicroStar contains a small built-in dictionary of the 500
  1862. most commonly used English words. This dictionary is kept in
  1863. memory at all times in order to accelerate the checking
  1864. process.
  1865.  
  1866. Once the operation begins, MicroStar keeps you advised of
  1867. its progress on the status line. The line and column
  1868. counters tell you what part of the document is being
  1869. checked, as does the percentage indicator. These are updated
  1870. each time a new word is checked.
  1871.  
  1872. When Lightning finds a word that it does not recognize, the
  1873. screen will be updated to highlight the word, and a popup
  1874. menu will ask you to select an option. Select by moving the
  1875. bar and pressing [Enter] or by pressing the first character
  1876. of any of the options:
  1877.  
  1878. ■  Skip once.
  1879.  
  1880.    Ignore the spelling of this word in only this one
  1881.    instance.
  1882.  
  1883. ■  Ignore for this document.
  1884.  
  1885.    Ignore the spelling of this word for the duration of the
  1886.    check.
  1887.  
  1888. ■  List Lightning sound-alikes.
  1889.  
  1890.    Display a list of sound-alike words from Lightning's
  1891.    dictionary. Select one and press [Enter], or press
  1892.    [Escape] to return to the previous menu.
  1893.  
  1894. ■  Edit from the keyboard.
  1895.  
  1896.    A prompt box will appear to allow interactive editing of
  1897.    the word. Press [Enter] to accept, or [Escape] to return
  1898.    to the previous menu. You may use Lightning's interactive
  1899.    modes at this time. MicroStar will recheck the word after
  1900.    you finish editing it.
  1901.  
  1902. ■  Mark with "~".
  1903.  
  1904.    Place a tilde in front of the word. After the document
  1905.    has been checked, you can use the Find Pattern command to
  1906.    locate the marked words.
  1907.  
  1908. ■  Add to dictionary.
  1909.  
  1910.    Add the word to Lightning's auxiliary dictionary (usually
  1911.    AUXI.DIC). A secondary menu of case selections will
  1912.    appear. Press [Escape] to return to the previous menu, or
  1913.    [Enter] to add to the dictionary.
  1914.  
  1915. ■  Batch mark rest of document
  1916.  
  1917.    Cancel the interactive mode normally used for
  1918.    spell-checking. From this point on, all unrecognized
  1919.    words are marked with tildes [~].
  1920.  
  1921. A spell-checking operation may be stopped by pressing
  1922. [Escape] at the corrections menu (once a misspelling is
  1923. found) or by pressing any key while a file is being checked.
  1924. In the latter case, a prompt box will be displayed, asking
  1925. if you want to stop. Press Y to stop, N to continue.
  1926.  
  1927.  
  1928. @:"Macros"
  1929. Macros.
  1930.  
  1931. MicroStar offers several commands for recording and playing
  1932. back keystroke macros. To view the keyboard commands for
  1933. these, press [F1] (or your help key) while editing, and
  1934. select Macros.
  1935.  
  1936. Available commands include:
  1937.  
  1938. ■ Load macros from disk.
  1939. ■ Store macros to disk.
  1940. ■ Record macro.
  1941. ■ Edit macro.
  1942. ■ Playback macro by menu.
  1943. ■ Playback Macro 1 .. Playback Macro 9.
  1944. ■ Playback scrap macro 1 time .. Playback macro 9 times.
  1945.  
  1946.  
  1947. @:"Printing a file"
  1948. Printing a file.
  1949.  
  1950. MicroStar recognizes a number of special printer commands.
  1951. The take effect when you print your document with Auto
  1952. formatting set to ON. You can insert these by typing the @
  1953. command on a line by itself.  The @ sign must be in Col 1.
  1954.  
  1955. ■ Offset page to right by n columns:    @PO n
  1956.  
  1957. ■ Start new page:                       @PA
  1958.  
  1959. ■ Start new page if fewer than n
  1960.                        lines remain:    @CP n
  1961.  
  1962. ■ Set page number to n:                 @PN n
  1963.  
  1964. ■ Omit page numbers:                    @OP
  1965.  
  1966. ■ Print page numbers:                   @PG
  1967.  
  1968. ■ Put page number in column n:          @PC n
  1969.  
  1970. ■ Set page length to n lines:           @PL n
  1971.  
  1972. ■ Set top margin to n lines:            @MT n
  1973.  
  1974. ■ Set bottom margin to n lines:         @MB n
  1975.  
  1976. ■ Set header margin to n lines:         @HM n
  1977.  
  1978. ■ Set footer margin to n lines:         @FM n
  1979.  
  1980. ■ Define header line:                   @HE[line]
  1981.  
  1982. ■ Define footer line:                   @FO[line]
  1983.  
  1984.  
  1985. @:"Special Codes within Headers and Footers"
  1986. Special Codes within Headers and Footers.
  1987.  
  1988. The @HE and @FO printing commands recognize some special
  1989. codes.  Available codes include:
  1990.  
  1991. ■ Insert current page number:           #
  1992. ■ Ignore following on even pages:       [CtrlK]
  1993. ■ Take next character literally:        \
  1994.  
  1995.  
  1996. @:"Typeface Selection Commands"
  1997. Typeface Selection Commands.
  1998.  
  1999. MicroStar offers a number of special typefaces which alter
  2000. how characters display or print. To view the keyboard
  2001. commands for these, press [F1] (or your help key) while
  2002. editing, select Printing, and press [PgDn] four times.
  2003.  
  2004. Available commands include:
  2005.  
  2006. ■ Select Boldface.
  2007. ■ Select Underscore.
  2008. ■ Select Superscript.
  2009. ■ Select Subscript.
  2010. ■ Select Compressed.
  2011. ■ Select Italics.
  2012.  
  2013. @:"Typeface Control Codes"
  2014. Typeface Control Codes.
  2015.  
  2016. MicroStar's printing and screen display routines expect
  2017. certain control codes to toggle certain attributes on and
  2018. off.  Here's a list of the control codes MicroStar expects
  2019. for various attributes:
  2020.  
  2021. ■ Toggle Underscore:      [CtrlU]
  2022. ■ Toggle Doublestrike:    [CtrlD]
  2023. ■ Toggle Superscript:     [CtrlS]
  2024. ■ Toggle Subscript:       [CtrlQ]
  2025. ■ Toggle Compressed:      [CtrlA]
  2026. ■ Toggle Italic:          [CtrlE]
  2027.  
  2028.  
  2029. @:"Printer Definitions"
  2030. Printer Definitions.
  2031.  
  2032. Each type of printer is described to MicroStar by a small
  2033. file with the extension PDF.  This file contains information
  2034. regarding the control codes that enable the printer's
  2035. various fonts, as well as some additional information that
  2036. tells MicroStar about the printer.
  2037.  
  2038. Existing PDF files can be changed, and new ones created via
  2039. the MicroStar Printer definition menu. The printer
  2040. definition most recently selected via the File Print menu
  2041. can be modified here. Choose Edit string to change the
  2042. control code for any supported font. Each font is associated
  2043. with two strings - one to turn the font ON, and another to
  2044. turn it OFF. When you choose a string to edit, it appears in
  2045. another window. It can be edited using the cursor keys, and
  2046. the [Del] or [Backspace] keys. Most characters you type will
  2047. be inserted literally into the string. [CtrlBksp] will
  2048. delete the existing string. [Enter] will end the session in
  2049. the string editor. In case you need to enter any of these
  2050. special keys as part of the control string, press the
  2051. [ScrollLock] key to enter Literal mode. In this mode, all
  2052. keystrokes will be inserted into the string without further
  2053. interpretation.
  2054.  
  2055. The current printer definition can be saved to a disk file
  2056. by using the Save definition menu selection. A prompt box
  2057. will ask for the name of the file to be saved.
  2058.  
  2059.  
  2060. @:"Function keys"
  2061. Function keys.
  2062.  
  2063. Any of MicroStar's commands can be assigned to a Function
  2064. keys. To view the commands assigned to your Function keys,
  2065. press [F1] (or your help key) while editing, and select
  2066. Function keys.
  2067.  
  2068. @*
  2069.     MS-HELP.PGE  version 4.1a  January 1990.
  2070. @*